Socket
Socket
Sign inDemoInstall

@odopod/odo-helpers

Package Overview
Dependencies
1
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @odopod/odo-helpers

A collection of helper methods for Odo projects.


Version published
Weekly downloads
1
decreased by-75%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

Dialog [2.0.2] - 2018-6-7

Fixed

  • Use the new OdoDevice.HAS_PASSIVE_LISTENERS in ScrollFix to prevent scrolling the page behind the dialog in iOS 11.3+ again.

Readme

Source

Odo Helpers

A collection of helper methods for Odo projects.

Install

npm install @odopod/odo-helpers --save

Quick Start

import { onTransitionEnd } from '@odopod/odo-helpers';

onTransitionEnd(myElement, () => {
  console.log('`transitionend` event emitted from "myElement"');
});

Documentation

Visit the Odo component directory for demos, code examples, and documentation.

Keywords

FAQs

Last updated on 07 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc